projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9f67ac
)
(debug_output_compilation_hack): Fix return type.
author
Andreas Schwab
<schwab@suse.de>
Wed, 16 Aug 2006 12:33:12 +0000
(12:33 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 16 Aug 2006 12:33:12 +0000
(12:33 +0000)
src/ChangeLog
patch
|
blob
|
history
src/print.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index b3242619d7faa1e14a1e3fc9618c93b78dc77287..f37715a4b71e2bea6688077184777d01fd463e6c 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2006-08-16 Andreas Schwab <schwab@suse.de>
+
+ * print.c (debug_output_compilation_hack): Fix return type.
+
2006-08-16 Richard Stallman <rms@gnu.org>
* print.c (debug_output_compilation_hack): New function.
diff --git
a/src/print.c
b/src/print.c
index ac8736d2aa48ee4fcbdbc09d153e2d54eda148ef..e56c231d30a2eaa4a3c29b8686c06e54437a6e03 100644
(file)
--- a/
src/print.c
+++ b/
src/print.c
@@
-927,7
+927,7
@@
to make it write to the debugging output. */)
/* This function is never called. Its purpose is to prevent
print_output_debug_flag from being optimized away. */
-int
+void
debug_output_compilation_hack (x)
int x;
{